All Questions
3 questions
1vote
0answers
63views
Using vector of floating points as labels for input data in a CVAE
The Conditional Variational Autoencoders (CVAE) (and other classification networks) I have come across use a one hot vector encoding for labeling categorial data sets. In my case, I do not have a ...
-1votes
1answer
320views
Suitable Autoencoder for Activity Recognition dataset Feature Extraction
I have text data representing sensor outputs. Dataset: ...
5votes
1answer
2kviews
do autoencoders work well for non images?
I have a classification problem for which a feedforward, fully connected neural net works reasonably well (two classes, true positive and true negative rate close to 80%). I want to get these rates ...